home *** CD-ROM | disk | FTP | other *** search
/ Hackers Underworld 2: Forbidden Knowledge / Hackers Underworld 2: Forbidden Knowledge.iso / HACKING / XENIX.HAK < prev    next >
Text File  |  1994-07-17  |  5KB  |  203 lines

  1. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  3. -=-            XENIX            -=-
  4. =-=   Commands and Infomation   =-=
  5. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  6. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  7. -=-     Written By:Stingray     -=-
  8. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
  9. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  10.  
  11. Ok I am gonna give you a good idea of 
  12. the commands that you can use in 
  13. XENIX system.  Many of these commands
  14. require a ROOT account but you will 
  15. need to be farmilliar with them.
  16.  
  17. Well Here we go.....
  18. --------------------
  19. cat          concentrate or display 
  20.              text on the screen.
  21. CAT <filename> 
  22. -
  23. cd           change directory.
  24.  
  25. CD           returns to login 
  26.              directory.
  27. CD <dir>     Chooses a specific 
  28.              directory.
  29. -
  30. chmod        change mode.
  31.  
  32. CHMOD <who>  operation code permission 
  33.              file changes the 
  34.              permission mode for the 
  35.              user.
  36. <who>        A all
  37.              G group
  38.              O others
  39.              U user (login owner)
  40. operations code
  41.              + add permission
  42.              - remove permission
  43.              = assign all permission
  44.                (read,write,and execute)
  45. permission        
  46.              r read
  47.              w write
  48.              x execute
  49. -
  50. cp           copy file
  51.  
  52. CP filename1 filename2
  53.    (copies file1 to file2)
  54.  
  55. CP filename1 filename2 dirname
  56.    (copies file1 and file2 into 
  57.     a specified directory)
  58. -
  59. date         displays the current date 
  60.              and time to screen.
  61. DATE         
  62. -
  63. df
  64.  
  65. DF           displays the number of 
  66.              blocks free on root file 
  67.              system.
  68.  
  69. DF /dev/hdx  displays the number of 
  70.              blocks free on specific 
  71.              disk.
  72. -
  73. du           disk usage
  74.  
  75. DU dir       displays the number of 
  76.              blocks used and in what 
  77.              files they are used.
  78. -
  79. kill         terminate a process
  80.  
  81. KILL number  terminates the process 
  82.              number.
  83. -
  84. lc           list or display the 
  85.              contents of a directory 
  86.              and information on files 
  87.              in that directory.
  88.  
  89. LC dir name  displays contents of the 
  90.              specified directory.
  91. -
  92. lpr          line print spooler
  93.  
  94. LPR filename 
  95.              outputs file to line 
  96.              printer.
  97. -
  98. mkdir        make a directory
  99.  
  100. MKDIR dirname 
  101.              creates the directory 
  102.              dirname.
  103. -
  104. more         display text on screen 1 
  105.              screen at a time.
  106.  
  107. MORE filename
  108.              displays data in filename 
  109.              1 screen at a time.
  110. -
  111. mv           move or rename files 
  112.              and directories.
  113.  
  114. MV filename1 filename2
  115.              changes the name of file1 
  116.              to file2.
  117.  
  118. MV filename1 dirname
  119.              moves filename1 to directiory
  120.              dirname.
  121.  
  122. MV new name dirname
  123.              changes name of specified 
  124.              directory.
  125. -
  126. passwd       change your login password
  127.  
  128. PASSWD
  129. -
  130. ps           process status
  131.  
  132. PS -E        displays information about 
  133.              all active processes.
  134. -
  135. pwd          print working directory
  136.  
  137. PWD          displays the dir path
  138. -
  139. quot         summarize file system 
  140.              ownership.
  141.  
  142. QUOT -F file system
  143.              displays the number of blocks
  144.              owned by each user in the 
  145.              specified file system.
  146. -
  147. rm           remove files or directories.
  148.  
  149. RM filename  
  150.              erases specified file.
  151.  
  152. RMDIR empty directory name
  153.              removes specified empty 
  154.              directory.
  155.  
  156. RMUSER       removes the specified user.
  157. -
  158. save         save or backup files.
  159.  
  160. SAVE 0-ss/usr/name/'filename'
  161.              copies the file onto a single 
  162.              sides floppy in drive 0.
  163.              (from here type 'RESTORE 0'
  164.               to install it on the hard 
  165.               drive.)
  166. -
  167. wall         writes a message to all users 
  168.              on the system.
  169.  
  170. WALL message to be sent
  171.              (this is a good one to anounce 
  172.               yourself when the system has 
  173.               become useless to you.)
  174. -
  175. who          who is on the system
  176.  
  177. WHO          displays a list of users on the 
  178.              system by login name, terminal,
  179.              and login time.
  180. -
  181.  
  182.  
  183. Ok so there is a list of the cammands you have 
  184. available through a ROOT account on a XENIX. 
  185. XENIX is sorta a scaled down sub-version of 
  186. UNIX.  So when hacking it use unix hacking 
  187. procedures.
  188.  
  189. Well I know this is a little cut and dry but
  190. thats the way it goes....I hope it was helpful.
  191. Now when you get in you will know what to do.
  192.  
  193. BIBLIOGRAPHY:
  194. -------------
  195. A book a ripped off the computer lab call:
  196. XENIX  <Multi User System>
  197.  
  198.  
  199. Thanks to P-80 for the great service they do 
  200. all of us.   Thanks a million Scan Man.....
  201.  
  202.  
  203.